User Profile

Collapse

Profile Sidebar

Collapse
BHPexpert
BHPexpert
Last Activity: Oct 12 '06, 01:32 AM
Joined: Oct 9 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • BHPexpert
    started a topic Regular Expression pattern help needed!

    Regular Expression pattern help needed!

    Regular Expression help needed
    --------------------------------------------------------------------------------

    I want to extract all text that is contained inside the brackets after the word INDIRECT. There must be at least one pair of parentheses, they may be multiple pairs

    for exampple, this string

    '=IF($B$9="Off" ,0,INDIRECT(ADD RESS(1(8),COLUM NS($A$41:C41),, ,$B$9 )),()aaaa'
    ...
    See more | Go to post

  • BHPexpert
    started a topic Regular Expression pattern help needed!
    in Perl

    Regular Expression pattern help needed!

    Regular Expression help needed
    --------------------------------------------------------------------------------

    I want to extract all text that is contained inside the brackets after the word INDIRECT. There must be at least one pair of parentheses, they may be multiple pairs

    for exampple, this string

    '=IF($B$9="Off" ,0,INDIRECT(ADD RESS(1(8),COLUM NS($A$41:C41),, ,$B$9 )),()aaaa'
    ...
    See more | Go to post

  • BHPexpert
    started a topic Regular Expression help needed
    in .NET

    Regular Expression help needed

    I want to extract all text that is contained inside the brackets after the word INDIRECT. There must be at least one pair of parentheses, they may be multiple pairs

    for exampple, this string

    '=IF($B$9="Off" ,0,INDIRECT(ADD RESS(1(8),COLUM NS($A$41:C41),, ,$B$9)),()aaaa'

    has four bracket pairings until the initial "(" is closed out

    so the Regexp woul return

    ...
    See more | Go to post
No activity results to display
Show More
Working...