Can anyone think of a case where this wouldn't match style tags?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Now on different lines.. should it matter? the .(period) matches any character.. does this include new lines?
Don't know what you meant by #3.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
So, reading d11wtq's tutorial adding the s after the delimiter ignores whitespace.. good.. that takes care of the spaces also..? And m is multi-line mode.. so that takes care of the ones on separate lines. Right?
I need to develop an environment to test this in.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
heh.. didn't exactly work out too well. could you send me in the right direction
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
I know I need to change the (.+) to match anything except </style>
I think...
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
I get the hint ungreedy as in the .+ is being greedy and matching too much stuff but perhaps another hint?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
that wouldn't be bad to test I would expect it to just leave the last </style> tag.. in which case strip_tags would get rid of that
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.