Search:

Type: Posts; User: bilalonjavaforum

Search: Search took 0.42 seconds.

  1. Re: Eliminating Unicode Characters and Escape Characters from String

    I am reading this string from file. And after reading from file '\' is replaced by '\\' thats why it is not replacing it.
  2. Eliminating Unicode Characters and Escape Characters from String

    I want to remove All Unicode Characters and Escape Characters like (\n, \t) etc. In short I want just alphanumeric string.
    for example :

    \u2029My Actual String\u2029
    \nMy Actual String\n

    I...
Results 1 to 2 of 2