Search:

Type: Posts; User: ayesee

Search: Search took 0.20 seconds.

  1. [SOLVED] Re: Regex replacing entire text rather then match

    Very good point.

    That is precisely an issue I'm trying to fix... My current "lazy" approach is to remove all special characters between 4 numbers... It's causing slight issues with my data,...
  2. [SOLVED] Re: Regex replacing entire text rather then match

    I am following a regex which validates VISA cards, as specified by an article on regular-expression dot info called "Finding or Verifying Credit Card Numbers" (cant seem to post the link).
    ...
  3. [SOLVED] Regex replacing entire text rather then match

    Hello,

    With the code below, I am trying to replace all regex matches for visa cards within a given text file.

    My first test was with a text "new3.txt" exclusively containing the visa test card...
Results 1 to 3 of 3