|
|
Browse by Tags
All Tags » parser
-
Our Security Technology Business Unit is looking for Senior Software Engineer that is an expert in Regular Expressions, JavaScript and Rewrite Engine. Please let me know if you can recommend anyone.
Thanks in advance,
Brent
Senior Software Engineer (Rewrite Engine, Regular Expression, Parsers, JavaScript)
Location – ...
-
hi im using PHP and i got this function in my forumsoftware:
function links($text, $conf) {
$text = preg_replace("/(\s)http:\/\/([\S]+?)(\s)/i" , "$1http://$2$3" , " $text ");
$text = ...
-
<meta name="keywords" content="IBM 7976KAG SYSTEM X3400 QC 1.60GHZ 2GB 3X73,sunucular, server, markalı sunucular, markalı server, hp sunucular, hp, ibm, ibm sunucular, ibm server, century server, century sunucular">
<meta name="description" content="Fiyat:1879$+KDV | Kdv Dahil:2.877,95YTL | Havale ile %3 ...
-
Hi everyone
<span class="FiyatSmallBlackBack"><b>Bizde:</b></span><span class="FiyatSmallBlue"><b> 26,00 USD + KDV</b></span> <br />
In that HTML I want to parse 26,00 USD +KDV using c# but that html could be as that ; (no +KDV just 26,00 ...
-
hi,
i want to parse a file that contains SQL queries which can be executed within SQL Server Query Analyzer. The format of the file is
SQL Statement 1
GO
SQL Statement 2
GO
SQL Statement 3
GO
etc
What i want to do is extract each SQL statement, eg (SQL Statement 1, SQL Statement 2 etc). Each statement maybe multiple ...
-
I am doing parsing of html to pick up url's with url-titles from web-pages using PERL (actually I am using a Perl-script not made by me that takes url-adresses and regexps as input to produce links from the wanted site). I often get problems related to controlling matching patterns in single lines vs multiple lines. Sometimes I always ...
-
Hi guys,
Sure this is probobly simple but my head just can't get around this issues... I'm trying to parse the HTML to start replacing/removing problem tags to meet W3C AA compliance and various other requirements. The first one i'm working on is removing the 'bgcolor' attribute of any table/tr/td tag. But using the ...
-
This sadly is not so easy to do with regular expressions. I had a very similar problem in my first post to this board. To match only unquoted strings your pattern would have to keep count of quotes in front of potential matches, not counting the escaped quotes etc. If these lookbehind assertions were possible, they would be of variable length, as ...
|
|
|