Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fyyap
  • Content: Threads
  • Order by date
  1. fyyap

    Regex to replace SSI syntax in HTML

    Hi, Could anybody guide me how to write a regex to replace SSI syntax in HTML?? Replace all SSI occurences in a HTML page, i.e. <!--#include file="/include/common/header.html" --> <!--#include file="/include/common/disclaimer.html" --> <!--#include file="/include/common/footer.html" -->...
  2. fyyap

    Regexp to find first occurence in a string

    Hi I would like to find a first occurence from last in a string. For example, these are my entries:- /IVR/directory1/vfs1/talkfiles/103/filename1 /IVR/directory2/vfs2/talkfiles/106/filename2.txt /IVR/directory3/test/talkfiles/106/filename3.doc Is there any regexp can help me to find my file...
  3. fyyap

    borderless popup window

    Hi, May I know how can I call a borderless popup window from a parent window? Inside this borderless popup window contain a flash file. Please advise. Thanks. regards.
  4. fyyap

    How to append to a text file from an array

    Hi, I'm a new learner abt Perl. Would like to know that how can I write and append to a text file from an array. Each entry will be seperate by next line (\n). Please help. Thanx :)
  5. fyyap

    How to truncate a string in Perl - URGENT!!!

    Hi, May I know is there anyway in Perl I can truncate left of my string. For example, I'll always have these kind of input: 1. /product/fund/include/aaa.cfm 2. /aboutus/include/bbb.cfm 3. /tool/char/include/ccc.cfm What i wish to do is always TRUNCATE the left of the input, and remain the...
  6. fyyap

    URGENT!! How to Subsitute string in HTML?

    Hi, I have a problem in how can I subsitute the html tag: <img alt=&quot;&quot; border=&quot;0&quot; src=&quot;/banner_goodlife2.swf&quot;> with <object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot...
  7. fyyap

    How to read tab delimited text file

    Godd Day!! I face a problem in how to read a tab delimited text file? Can anybody help? Each line of the text file might appear in this format:- e.g1: <data1><tab><data2><tab><data3><tab><data4><tab><data5> e.g2: <data1><tab><tab><data3><tab><data4><tab><data5> e.g3...

Part and Inventory Search

Back
Top