Search Results

Search: Posts Made By: utkarshkhanna44
2,353
Posted By utkarshkhanna44
I am actually searching for this substring .V30M...
I am actually searching for this substring .V30M and storing the whole string if the string is like this : .V30M ( any_thing_here )
The above Regex matches .V30M ( 1'b1 ) but doesn't find this :...
2,353
Posted By utkarshkhanna44
your regex is not matching : .V30M (...
your regex is not matching : .V30M ( SYNOPSYS_UNCONNECTED_99 ) ) ;

--- Post updated at 08:43 AM ---

I want regex of something like this : .V30M ( anything )
2,353
Posted By utkarshkhanna44
Regex for this
I want to catch something like this : .V30M ( 1'b1 )

PADRV30MA0 IOP057_VOUT3_OUT ( .IO ( VOUT3_OUT ) , .V30M ( 1'b1 ) ) ;

PADRV15MA0 IOP059_VOUT15_OUT ( .IO ( VOUT15_OUT ) , .V15M ( 1'b1 ) ) ;...
3,355
Posted By utkarshkhanna44
Finding a word through substring in a file
I have a text file that has some data like:

PADHOGOA1 IOP055_VINREG5_1 ( .IO(VINREG5_1), .MONI(), .MON_D(px_IOP055_VINREG5_1_MON_D), .R0T(px_IOP054_VINREG5_0_R0T), .IO1() );

PADV30MA0...
2,977
Posted By utkarshkhanna44
cant i use a variable instead of that 1?
cant i use a variable instead of that 1?
2,977
Posted By utkarshkhanna44
Use sed commands on multiple lines
I have a text file and i want to run 3 sed commands for the lines entered by the user using perl script. I am doing this manually till now.

need some help with this

The sed commands I have to...
2,907
Posted By utkarshkhanna44
Generation of Regex for Perl script and delete
I want to generate regex for this kind of expression and want to find and replace.

like :
----> [-reset, enable;+-]


basically i want to find anything that match a pattern like this [-any...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy