extraxt world with regular expresion

Discussion in 'Programming' started by bumbarov, Jan 31, 2012.

  1. #1
    I have many records in the database. They are like this '*FileName'. How can I pull outof the expressions (*) - documentFileName, excelFileName... only part document, excel ... with regular expressions? Thank you!
     
    bumbarov, Jan 31, 2012 IP
  2. bambook

    bambook Greenhorn

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    \w*FileName
     
    bambook, Feb 2, 2012 IP