Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Why is it hard to call this function: sub y { "because" }
Why is it hard to call this function: sub y { "because" }
✍: Guest
Because y is a kind of quoting operator.
The y/// operator is the sed-savvy synonym for tr///.
That means y(3) would be like tr(), which would be looking
for a second string, as in tr/a-z/A-Z/, tr(a-z)(A-Z),
or tr[a-z][A-Z].
2013-09-05, 1663👍, 0💬
Popular Posts:
How To Create an Array in PL/SQL? - Oracle DBA FAQ - Introduction to PL/SQL If you want create an ar...
.NET INTERVIEW QUESTIONS - Can we use events with threading ? Yes, you can use events with thread; t...
How can method defined in multiple base classes with same name be invoked from derived class simulta...
What is the difference between Authentication and authorization? This can be a tricky question. Thes...
How To List All Values of Submitted Fields? - PHP Script Tips - Processing Web Forms If you want lis...