RE: RegEx HELP!!!



Assuming the pattern starts with an XY and then is followed by one or more
*digit(s) sequence, the following RegEx can be used to extract the specified
pattern

XY(\*\d+)+

Vihar
.



Relevant Pages

  • Re: Regex question
    ... structure of the date you're trying to extract. ... For example, in Regex you can ... pattern that will ensure a valid date within the range allowed by T-SQL ... valid date from a string. ...
    (microsoft.public.dotnet.languages.csharp)
  • RegEx
    ... I want to use RegEx to parse a text string (I want to extract the tables ... The definition of the search pattern can be described as ... Dim regex, Match, Matches, Patrn, strText ' Create variable. ...
    (microsoft.public.scripting.vbscript)
  • RE: HowTo? RegEx - pattern to exclude the whole word
    ... I am trying to extract the pattern like this: ... SUB: this text I want to extract LOT: 2345, something in between, new ... Obviously, something in this regex tells it to be "greedy", and I need ...
    (microsoft.public.dotnet.general)
  • RE: help in variable pattern matching
    ... can I have a $pattern that contain some special characters ... to pass it into regex? ... I want to extract the line that contains either ...
    (perl.beginners)
  • Re: an true information theory
    ... If a message has meaning then it has structure and will show a pattern. ... if there is a pattern in the sequence of numbers. ... solve the halting problem, which is uncomputable. ...
    (sci.math)

Loading