Skip to main content

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

Rss Feed Group items tagged

1More

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

  •  
    Regex.ai: AI-powered regular expression generator (regex.ai).
1More

Rejex: the JavaScript regular expression editor - 0 views

  •  
    Online RegEx Editor
1More

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

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

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..
1More

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.
1More

Remove Spaces from File Names - 0 views

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

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