<script language='javascript' src='http://api.psusedo.com/board@top_<?=$id?>'></script>
I try to save the value of script src through regular expression in two.
One tries to save before the _ sign(Ex:http://api.psusedo.com/board@top_ ) and the other one after the _ sign.(Ex: )
\_(.*)
The string after _ including this regular expression was found.
How do I save a character string around _ and how do I do it?