HZGN.COM
welcome to my space
X
Search:  
Welcome to:hzgn.com
NAVIGATION - HOME
Regex or similar?
Published by: smith 2009-01-07

  • Feedback: Regex functionality in pattern matching::
    Personally I don't like SIMILAR either, though. How about a REGEX function with REGEX somewhere in the name? Posted by aaronbertrand on 3/21/2007 at 1:23 PM
    http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=261342
    HOME
    So as far as my searching skills will allow, there simply isn't any support for regular expressions in AS2. Does anyone have any experience / know of any tutorials that can achieve a similar effect? I don't need anything too complex - just some email validation and simple character checking.
  • Regular Expression Tutorial - Learn How to Use Regular Expressions::
    Oct 7, 2008 Many more recent regex engines are very similar, but not identical, to the one of Perl 5. Examples are the open source PCRE engine (used in
    http://regular-expressions.mobi/tutorial.html
    HOME


  • Well you can use indexOf for validation:

    String.indexOf

    Availability
    Flash Player 5.

    Usage

    myString .indexOf( substring, [ startIndex ] )

    Parameters
    substring An integer or string specifying the substring to be searched for within myString .

    startIndex An integer specifying the starting point in myString to search for substring. This parameter is optional.

    Returns
    The position of the first occurrence of the specified substring, or -1.

    Description
    Method; searches the string and returns the position of the first occurrence of the specified substring . If the value is not found, the method returns -1.

    so for example to validate an email:

    function validateEmail(emailText:String){
    if (emailText.indexOf("@")!=-1 && emailText.indexOf(".")!=-1){
    //place code for valid email here
    }else{
    //place code for invalid email here
    }
    }


  • Sexcellent idea, thank you.





  • Red Hat's Rough Recovery From CFO Exit
    Windows Live Finds a New, Pre-installed Home

    PRINT Add to favorites
    #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Regex or similar? , Please add it free.
  • how many of you at the end of the month
  • i want to get a double ear pierce the 1 above regular spot but mom doesnt approve
  • am i a psychic or not
  • if you had to
  • im pregnant with twin girls and need 1 has to be common and the other uncommon
  • what do you honestly think about this
  • what is a better name for a baby boy
  • how can you stop being so nervous around authority figures
  • needs help asap
  • can i be pregnant if i had my period for only one day
  • what is the easiest way to get my
  • can jumping in an inflatable jumper cause damage to a baby
  • i had my baby 2 weeks ago and i was curious when is it okay to take a bath i have the sitz bath
  • how many of you got a cold during the first few weeks of a pregnancy
  • hey do you like these names for my story
  • should i be concerned about grandma 039 s parenting
  • i study of market of our web
  • normal for 3 month old baby girl to be so tall 95th centile on height and only 25th centile on weight
  • what kind of jeans should i get to fit my body
  • how long of a shower can you take if your on bed rest because your pregnent
  • what are you studying in college
  • can eatong too much protein effetect your baby while preg
  • how to motivate yourself to exercise when depressed and have anxiety
  • help my nerves are going insane
  • didnt have any strech marks all pregnancy now 34 weeks and they comeing like crazy
  • is it wrong to lock kids in a closet
  • what are some cute baby names
  • About us |Contact us |Advertisement |Site map |Exchange links
    Copyright© 2008hzgn.com All Rights Reserved