Search results for query: *

  • Users: AmitB
  • Order by date
  1. A

    Static function parameters vs static data member

    Hi,A silly question but would like to get this clarified .We know that the static data members share the values and do not lose the value irrespective of how many instances are created by the class (as they are not bound to the instance)How are the parameters of a static function treated. Means...
  2. A

    String replace with unknown text in it

    Hi, thanks but the text abcd is not static. Will keep on changing. So I need to use this with some regular expression it seems
  3. A

    String replace with unknown text in it

    Hi, I would like to replace the text - hello\abcd\hi The text abcd is dynamic and I need to replace it only with xyz I don't need to replace hello and hi and that can be left as it How could I do that? thanks very much
  4. A

    Question String matching query

    Hi, I am trying to match this complete string (including "Code" and quotes) with a response I am getting. After the "Code": the characters could be alphanumeric and max length is 7. Please let me know regular expression for the same. Thanks "Code": "ABC1234"
Back
Top Bottom