Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged regex

Rss Feed Group items tagged

mikhail-miguel

Regex.ai - AI-powered regular expression generator (regex.ai). - 0 views

  •  
    Regex.ai: AI-powered regular expression generator (regex.ai).
Jochen Burkhard

Rejex: the JavaScript regular expression editor - 0 views

  •  
    Online RegEx Editor
mikhail-miguel

AutoRegex - AI-powered Regex generator & English translator (autoregex.xyz). - 0 views

  •  
    AutoRegex: AI-powered Regex generator & English translator (autoregex.xyz).
javatpoints

What is Linux - javatpoint - 0 views

  •  
    What is Linux for beginners and professionals with examples on files, directories, permission, backup, ls, man, pwd, cd, chmod, man, shell, pipes, filters, regex, vi etc..
anonymous

PHP Regular Expressions - javatpoint - 0 views

  •  
    Regular expressions are commonly known as a regex. These are nothing more than a pattern or a sequence of characters, which describe a special search pattern as a text string.
dennisvdb

Remove Spaces from File Names - 0 views

  • # Replace spaces in file names with "." for f in *\ *; do mv "$f" "${f// /.}"; done
Jochen Burkhard

You Don't Know Anything About Regular Expressions: A Complete Guide - Nettuts+ - 0 views

  •  
    "Regular expressions can be scary...really scary. Fortunately, once you memorize what each symbol represents, the fear quickly subsides. If you fit the title of this article, there's much to learn! Let's get started. "
1 - 12 of 12
Showing 20 items per page