Tagged Questions
0
votes
1answer
77 views
fopen strip into php variables
I'm trying to extract the following in php, but my regex or egreg is out of place and i got really confused. Please help me put these to two variables:
<a onmouseover="dgsa.sm(this)" ...
1
vote
4answers
230 views
Strip Youtube Link from URL
I own a website which allows users to download Youtube videos. I need php scripts which detects if a youtube url is present, like:
givemeyoutube.com takes users to my normal website but if they type,
...
0
votes
4answers
147 views
Complete stripping of URL with jquery
This might be pretty straight forward. But i can't figure out a stable solution.
For example:
http://site1.com/promotion
I want to strip my url so i only get the "site1"-part of the URL.
I tried ...
2
votes
2answers
209 views
Strip Down A String at Colon
I have a textarea where a user copies and pastes the entire message:
Time(UTC): 2010-02-27T21:58:20.74Z
Filesize : 9549920 bytes
IP Address: 192.168.1.100
IP Port: 59807
Using PHP, how can I ...
1
vote
5answers
6k views
SSIS: Strip Characters from Flat File
What's the best way to strip out characters from flat files in SSIS? In my case, I need to remove all quotes from the file before processing.
EDIT:
How can I run an executable against some files from ...
3
votes
6answers
2k views
C# Stripping / converting one or more characters
Is there a fast way (without having to explicitly looping through each character in a string) and either stripping or keeping it. In Visual FoxPro, there is a function CHRTRAN() that does it great. ...