How to extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?
Answers were Sorted based on User's Feedback
Answer / ch.venkatesh
set var "ccccccccaaabbbbaaaabbinformationabcaaaaaaabbbbbbbccbb"
#set var1 [regexp "information" $var a]
#puts $a
puts [string trim $var "abc"]
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / indu sharma
set a "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb"
set b [strip $a "cba"]
puts $b
| Is This Answer Correct ? | 0 Yes | 12 No |
How increment a character? For example, I give 'a' and I should get 'b'.
how to write the startup scripts in winrunner? can any body explain with example code?
Write a proc to increment the ip by the given no. of times. The incremented IPs should be a valid one. Ex: proc <name> {ip no_of_incrments} { body }
How to extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?
Write a program to increment IP address to +10 and verify it is correct ip or not ?? example my ip is 172.122.132.143 increment this ip to +10 and verify it is valid ip or not
how to write a startup script in winrunner
How to run a package in tcl
how to remote log in to a system A to system B ,execute commands in it and collect the log in system A from B using TCL script??
1 Answers Global Edge, Sandvine,
{Anu Anudeep Anukumar Amar Amaravathi Aruna} is their any possibility to find the letter "a"in the given list? if yes how?
Hi all, Is there any certification exams available for TCL and Perl. If so please let me know, my mailid is vpbharathi@gmail.com. Thanks in advance, Bharathi.P
write a program to the given ip is valid private address or not(192.168.1.1)?
WHAT IS TCL?