Moving data around from a file
Posted: Mon Mar 01, 2010 9:58 pm
Hey there,
I am wondering if textpipe is able to give a pattern like a variable name and if we can move this variable around from in the file. For example, if i have this html file, can i move the text "Welcome to Streetdirectory.in" outside of the body tag? Basically i want to know if its possible to move data around from the file that it is being processed.
Thank you.
Rgrds.
I am wondering if textpipe is able to give a pattern like a variable name and if we can move this variable around from in the file. For example, if i have this html file, can i move the text "Welcome to Streetdirectory.in" outside of the body tag? Basically i want to know if its possible to move data around from the file that it is being processed.
Code: Select all
<html>
<head>
<title>Welcome to StreetDirectory.com</title>
</head>
<Body><H4> Welcome to Streetdirectory.in</H4>
</body>
</html>
Rgrds.