Results 1 to 5 of 5

Thread: RegEx Problem

  1. #1

    Default RegEx Problem


    Hi mga bai,

    Problema ko in dealing with spaces in regular expressions,
    Ing-ani ni cya, naa ko textbox nga ako inputanan sa keyword,
    then naa pod ko button para ni sa search part sa ako gihimo.
    Akong gigamit kay regex.

    Karon, for example, mao ni ang mga
    data nga searchonon:

    data
    data 1
    data 2
    data 3

    ...unya mag-input ko ug "data" (omit the double quotes)
    ang iyang iretrieve kay:

    data
    data 1
    data 2
    data 3

    ...which is sakto, ok ra ko ana...


    ...unya kung mag-input ko ug "data " (omit the double quotes again, naa na cya space)..
    ok ra japon ang output:

    data
    data 1
    data 2
    data 3


    ...pero kung mag-input ko ug "data 1" (omit the double quotes napud)

    ...wala cya maoutput..huhuhu.... ang sakto unta kay mooutput cya ug:

    data 1


    Unsa man kaha akong problema?

    Here's a part of my code:

    Code:
          string strPattern = "^" + this.txtSearch.Text + ".*$";
    
          Regex r = new Regex(strPattern, RegexOptions.IgnoreCase);  
    
          if (r.Match(SampleData[0]).Success)
              match = true;

    Thanks.



    "~!@#$%^&*()_+|"

  2. #2

    Default Re: RegEx Problem

    I dunno... try daw ug experiment sa regex pattern nga "^data 1$" or "^data\ 1$"...

  3. #3
    Junior Member
    Join Date
    May 2007
    Gender
    Male
    Posts
    322

    Default Re: RegEx Problem

    Just a question, unsa nga type na ang SampleData[0] nimo nga variable? try to put ToString() daw kun pwede.

  4. #4

    Default Re: RegEx Problem

    @simoncpu
    thanks

    @torade,
    thanks.. String ang type nya..


    Okiez na ni mga bai....
    Okey ra diay akong regex, wa ko kabantay sa data, duha man diay ka spaces after sa first word(ex: data<TWO SPACES HERE>1), bantog ra dili masearch..hehehe

    Salamatz...

  5. #5

    Default Re: RegEx Problem

    woi! pag xur jan oi... d ta madato ani

  6.    Advertisement

Similar Threads

 
  1. SGPT Problem
    By Ferl in forum Fitness & Health
    Replies: 78
    Last Post: 03-25-2013, 11:44 AM
  2. Problem with your Symbian Cellphone Software?
    By Seņor Joze in forum Gizmos & Gadgets (Old)
    Replies: 421
    Last Post: 08-28-2010, 05:15 PM
  3. Replies: 221
    Last Post: 06-02-2009, 01:22 AM
  4. Playstation 2 Problem
    By baldog in forum Gizmos & Gadgets (Old)
    Replies: 18
    Last Post: 03-02-2006, 08:28 AM
  5. m125 problem
    By eliel73173 in forum Gizmos & Gadgets (Old)
    Replies: 6
    Last Post: 04-29-2005, 01:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top