Advertisement
RehabCZ

Nette action regex parser

Nov 29th, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. // Nette parse action
  3.  
  4. preg_match('/((?:[A-Z][a-z0-9.-]*)?)\:?([A-Z][a-z0-9.-]*)\:([a-z0-9.-]*)/', "Default:default", $matches);
  5. var_dump($matches);
Tags: Code php nette
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement