Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~73 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for sukruth

Hi Everyone, Can u please guide me how do i replace the string String a="FirstName & LAstName [abc]"; by String b="FirstName, LAstName [abc]"; String Result="<aaaa> FirstName & LAstName [abc] </bbb>" String Result=Result.replaceAll(a,b); The above two lines are not working coz of square brackets in the String. Can u please provide …

Member Avatar for Ezzaral
0
73