Help with regular expression

  • bugiman 2013-02-06 13:31:00.0
    Do anybody have a regular expression that can remove a period in my scraping data.

    I have a text like this: kr 6.143 - 9.436

    I have managed to remove kr and split the string in two 6.143 and 9.436 using the regular expressions: [0-9]+.[0-9]+ and [0-9]+.[0-9]+$

    But how can I remove the period(.) what do I need to add to the regular expressions?
  • bugiman 2013-02-10 10:00:00.0
    Anyone ??
  • Elena Lyubina 2013-02-10 13:09:00.0
    Hi,

    Sorry for dealy. We recommend you to do the following: to create a composite field processor which will consist of two regular expressions. The first expression which you have created and the second expression which will delete unnecessary period. For this you will need to check in the second regular expression 'Replace Text' box, leave it blank and set up regular expression as \.

    ---
    Elena Lyubina,
    WebSundew Support Team


Page 1 of 1 1