ro  fr  en  es  pt  ar  zh  hi  de  ru
ART 2.0 ART 3.0 ART 4.0 ART 5.0 ART 6.0 Pinterest

HTML टैग (पार्सिंग) को प्रतिस्थापित करने के लिए पावरहेल और रेगेक्स के साथ बैच प्रोसेसर कैसे बनाएं

On Iunie 16, 2021, in Leadership and Attitude, by Neculai Fantanaru

आप यहां पूरा कोड देख सकते हैं:Https: // passatin.com / x gn qj qs7

HTML पृष्ठों का एक कोड उदाहरण जो पावरशेल कोड के साथ संशोधित किया जाएगा। उपरोक्त पाठ को .html फ़ाइल में कॉपी करें, इसे स्थान पर सहेजेंसी: \ फ़ोल्डर 1

   

 xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="ro">

HTML टैग (पार्सिंग) को प्रतिस्थापित करने के लिए पावरशेल और रेगेक्स के साथ बैच प्रोसेसर कैसे बनाएं  नेकुलाई फंताानारू
 rel="canonical" href="https://MY-WEBSITE.COM" />
 name="description" content="I LOVE HTML and CSS"/>

 name="keywords" content="abordarea frontala a lucrurilor neelucidate"/>
 name="abstract" content="My laptop works just fine"/>
 name="Subject" content="I think I need a new car."/>
 property="og:url" content="https://otherwebsite.com"/>
 property="og:title" content="Nobody is here?" />
 property="og:description" content="Dance is my passion."/>





नीचे पावरशेल कोड डेटा को पार्स करके HTML टैग की सामग्री को अन्य टैग में कॉपी करेगा। आपको केवल टैग भरने की जरूरत है<शीर्षक>चार<मेटा नाम = "विवरण" ... />

$sourcedir = "C:\Folder1\"
$resultsdir = "C:\Folder1\"

Get-ChildItem -Path $sourcedir -Filter *.html | ForEach-Object {
    $content = Get-Content -Path $_.FullName -Raw
	
# Copy the content of the tag 
	
    $replaceValue = (Select-String -InputObject $content -Pattern '(?<=).Matches.Value
    $content = $content -replace '(?<=,$replaceValue
    $content = $content -replace '(?<="@id": ").*(")',$replaceValue
	
# Copy the content of the tag   in the tags ABSTRACT, SUBJECT, OG:TITLE, HEADLINE, KEYWORDS            #</span>
	
    <span style="color: #996633">$replaceValue</span> = (<span style="color: #007020">Select-String</span> -InputObject <span style="color: #996633">$content</span> -Pattern <span style="background-color: #fff0f0">'(?<=<title>HTML टैग (पार्सिंग) को प्रतिस्थापित करने के लिए पावरशेल और रेगेक्स के साथ बैच प्रोसेसर कैसे बनाएं  नेकुलाई फंताानारू)').Matches.Value
    $content = $content -replace '(?<=,$replaceValue
    $content = $content -replace '(?<=,$replaceValue
    $content = $content -replace '(?<=,$replaceValue
    $content = $content -replace '(?<=,$replaceValue
    $content = $content -replace '(?<="headline": ").+(?=")',$replaceValue
    $content = $content -replace '(?<="keywords": "HTML टैग (पार्सिंग) को प्रतिस्थापित करने के लिए पावरशेल और रेगेक्स के साथ बैच प्रोसेसर कैसे बनाएं  नेकुलाई फंताानारू",
	
# Copy the content of the tag $replaceValue = (Select-String -InputObject $content -Pattern '(?<=).Matches.Value
    $content = $content -replace '(?<=,$replaceValue
    $content = $content -replace '(?<="description": "HTML टैग (पार्सिंग) को प्रतिस्थापित करने के लिए पावरशेल और रेगेक्स के साथ बैच प्रोसेसर कैसे बनाएं  नेकुलाई फंताानारू",
  
   Set-Content -Path $resultsdir\$($_.name) $content
}
  

वैकल्पिक। यहां एक regex अभिव्यक्ति है जो HTML पृष्ठ में "कीवर्ड" टैग को बदल देगा, प्रत्येक शब्द के बाद अल्पविराम जोड़ देगा।

नोटपैड ++ के साथ उपयोग करें -> सीटीआर + एफ -> जांचें: नियमित अभिव्यक्ति

SEARCH: (?s)<title>.*?<\/title>.*?<meta\x20name="keywords"\x20content="\K(\w+)|\G[^\w\r\n]+(\w+)  
REPLACE BY:  ?1\l\1:,\x20\l\2

That's all folks.

If you like my code, please SHARE IT

आप कोड संस्करण भी देख सकते हैंपायथन


Latest articles accessed by readers:

  1. An Eye To See And A Mind To Understand
  2. Turn Towards Me With An Eye Full Of Your Own Gaze
  3. The Snapshot Of Magic In God's Universe
  4. Rhythm Of My Heart

Donate via Paypal

Alternate Text

RECURRENT DONATION

Donate monthly to support
the NeculaiFantanaru.com project

SINGLE DONATION

Donate the desired amount to support
the NeculaiFantanaru.com project

Donate by Bank Transfer

Account Ron: RO34INGB0000999900448439

Open account at ING Bank

Join The Neculai Fantanaru Community



* Note: If you want to read all my articles in real time, please check the romanian version !

decoration
About | Site Map | Partners | Feedback | Terms & Conditions | Privacy | RSS Feeds
© Neculai Fântânaru - All rights reserved