Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

marbooth

@marbooth
About
Posts
7
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • he definitive regex for package/program file name version numbering
    M marbooth

    Does anyone have readily in hand the definitive regex (with modern regex lookaround, lazy, etc features), for package/program name version numbering (aka tag number in git or else) accepted and standardized universally such as in package manager printout, github, SVN, any other kind of version control tool/app? e.g. seen this (name was replaced)

    name-5.15.6+kde+r3-1

    Regular Expressions collaboration regex question announcement

  • To we override CSS in a web page by using snippet
    M marbooth

    How do we override CSS in a web page by using bookmark snippet

    javascript:window.location="https:/..........

    which page's css and behavour can be known by looking into chrome developer tool ? Thanks before

    Web Development javascript css question

  • To we override CSS in a web page by using snippet
    M marbooth

    How do we override CSS in a web page by using bookmark snippet

    javascript:window.location="https:/..........

    which page's css and behavour can be known by looking into chrome developer tool ? Thanks before

    Web Development javascript css question

  • To we override CSS in a web page by using snippet
    M marbooth

    How do we override CSS in a web page by using bookmark snippet

    javascript:window.location="https:/..........

    which page's css and behavour can be known by looking into chrome developer tool ? Thanks before

    Web Development javascript css question

  • To we override CSS in a web page by using snippet
    M marbooth

    How do we override CSS in a web page by using bookmark snippet

    javascript:window.location="https:/..........

    which page's css and behavour can be known by looking into chrome developer tool ? Thanks before

    Web Development javascript css question

  • Perl regex anchor merely matches at the position of the end of previous match period
    M marbooth

    Grateful to God who guide me to the best path Perl's way

    (?!^)\G

    or

    (?!\A)\G

    Regular Expressions regex perl question

  • Perl regex anchor merely matches at the position of the end of previous match period
    M marbooth

    What is Perl regex anchor to merely match at the position where the previous match ended, as anchor \G matches at the position where the previous match ended, and also at the first match attempt the \G matches at the start of the string in the way \A does.

    Regular Expressions regex perl question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups