Search:

Type: Posts; User: nesthead98

Search: Search took 0.09 seconds.

  1. Re: use of regular expressions in string.replaceAll

    Could you please provide the exact line of code you are thinking? I don't know if those single quotes are to be in the code, or where I'm supposed to use them. Thanks.
  2. use of regular expressions in string.replaceAll

    I have a String in which I'm trying to replace all individual characters (except for spaces) surrounded by spaces with hyphens.
    I thought the code to do this would look something like this:

    str =...
Results 1 to 2 of 2