Jump to content

mrithula

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mrithula's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you....I have written 10 lines of code to achieve this....this is quite nice...
  2. The sample string is KmSO4 Every upper case alphabet should be identified and splitted until another upper case alphabet comes. the string should be splitted so that output array looks like this Array ( [0] => Km [1] => S [2]=>O4 ) can any one help regarding this issue?
  3. I need regular expression to validate the following input possible inputs: sin(x)+cos(x) cos(x)-sin(x) sin(x)-cos(x) Error shoud be displayed if any other character except sin(x),cos(x),+ and - is used can some one help me?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.