in reply to Re: extract the value before a particualr string
in thread extract the value before a particualr string

will it be possible to use split???
  • Comment on Re^2: extract the value before a particualr string

Replies are listed 'Best First'.
Re^3: extract the value before a particualr string
by Limbic~Region (Chancellor) on Sep 05, 2013 at 13:29 UTC
    nanban,
    will it be possible to use split???

    The first argument to split is a regular expression so it is really the difference between using capturing parens in a regular expression or using a regular expression to break the string into pieces but they are both regular expression solutions.

    Cheers - L~R

Re^3: extract the value before a particualr string
by hdb (Monsignor) on Sep 05, 2013 at 10:42 UTC