About 50 results
Open links in new tab
  1. Difference between '.' , '?' and '*' in regular expressions?

    Sep 9, 2016 · You may be confusing regular expressions with shell globs In regular expression syntax . represents any single character (usually excluding the newline character), while * is a quantifier …

  2. regex - Regular expression that will catch strings containing 2 ...

    Jan 31, 2018 · The regex explainer here will help to decipher it. It will find a string with "must-" at the start followed by at least one lowercase-letter, number, dash, or dot; then "best" followed by at least …

  3. ModuleNotFoundError: No module named 'regex._regex'

    It looks like the Regex module in this case is bundled with the whole software and NOT from the system repos or PyPI. Unfortunately, that makes solving this very limited. Are you working in a venv or …

  4. How to use invert match regex in sed? like grep - Ask Ubuntu

    Dec 15, 2023 · How to use invert match regex in sed? like grep Ask Question Asked 2 years, 2 months ago Modified 2 years, 2 months ago

  5. regex - Pattern based, batch file rename in terminal - Ask Ubuntu

    No Action: show what files would have been renamed. rename MAY take regex as the arguments. What we are looking at is the content between the single quotes '. You can place regex separated by /. …

  6. "Failed to create user" due to regular expression error

    Jun 12, 2020 · This Ask Ubuntu thread discusses a regular expression error encountered while creating a user and provides solutions to address the issue.

  7. adduser.conf NAME_REGEX is not working - Ask Ubuntu

    May 25, 2015 · After testing several of the above regular expressions for NAME_REGEX with no success (html code is hiding some \ characters, at least), I managed to write a proper and working …

  8. Using rename, keeping part of the search regex - Ask Ubuntu

    Jan 8, 2018 · Modify the command in this way: rename 's/([0-9])a/$1.1/' * The substitution command s/<souce>/<replacement>/ will replace the source string (that could be a regular expression) with the …

  9. software installation - "Couldn't find any package by glob and regex ...

    Feb 13, 2023 · "Couldn't find any package by glob and regex" appear when reinstall an app [duplicate] Ask Question Asked 3 years ago Modified 3 years ago

  10. error: ‘regex_t’ does not name a type Ubuntu 24.04

    Dec 16, 2024 · I compiled portaudio without any issues into another machine with Ubuntu 24.04 and version 14.2.0 of gcc and g++, where I searched for the file "regex.h", but, didn't find it.