<!DOCTYPE html>
<html>
<head>
<title>Sfaturi și adnotări > Expresii regulate</title>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="generator" content="Help & Manual" />
<meta name="keywords" content="RegEx,Expresii regulate,Expresii regulate" />
<meta name="description" content="Expresiile regulate descriu modele în șiruri de caractere care pot fi utilizate pentru a determina dacă un anumit model apare sau nu într-un text. În TreeSize, expresiile..." />
<link type="text/css" href="default.css" rel="stylesheet" />
<link type="text/css" href="custom.css" rel="stylesheet" />
<style TYPE="text/css" media="screen">
html, body { margin:0;
padding:0;
background: #FFF;
font-family:"Segoe UI",Arial,Helvetica,sans-serif;
}
table,tr,th {font-family:"Segoe UI",Arial,Helvetica,sans-serif;}
div#printheader { display: none; }
#idheader {
width:100%;
height:auto;
padding: 0;
margin: 0;
position: fixed;
top: 0;
z-index: 2;
}
/* The "min-height" for "#idheader table" ensures that the (blue) header of the topic
has at least the same height as the header of the navigation panel left of it */
#idheader table {min-height: 72px; background: #F3F3F3;}
#idheader h1 { color: #252E30; }
#idnav {
text-align: right;
width: 126px;
vertical-align: middle;
}
#idnav a { text-decoration: none }
#idnav span {
display: inline-block;
width: 24px;
height: 24px;
margin-left: 4px;
background:url('hm_webhelp_buttons_white.png') top left no-repeat;
}
#idnav a span {
background-image:url('hm_webhelp_buttons_grey.png');
}
#idnav a span:hover {
background-image:url('hm_webhelp_buttons_black.png');
}
#idnav span.hmbtnprev { background-position: 0 -32px }
#idnav span.hmbtnnext { background-position: -24px -32px }
#idnav span.hmbtntop { background-position: -48px -32px }
#idnav span.hmbtntoggle { width: 20px; background-position: -70px -32px }
#idnav span.hmbtnprint { background-position: -88px -32px }
#callout-table, #overview-table {display:block; position:relative; top:0; left:0;}
#callout-icon {display:block; position:absolute; top:-11px; left:-11px;}
#callout-icon-flag {display:block; position:absolute; top:-11px; left:-8px;}
#callout-table a {text-decoration: none; color: blue;}
#callout-table a:visited {text-decoration: none; color: blue;}
#overview-table a {text-decoration: none; color: black;}
#overview-table a:visited {text-decoration: none; color: black;}
#callout-table a:hover, #overview-table a:hover {text-decoration: underline;}
p.help-url { margin: 20px 0 5px 0; text-align: center; font-size: 80%; text-decoration: none }
#switchtoggles { text-align: right; padding: 0 2px 0 0; font-size: 90%; }
.sync-toc { color: #252E30; font-size: 8pt; font-weight: bold; display: none; }
.sync-toc a { color: #252E30; text-decoration: none; font-weight: bold;}
.sync-toc a:visited { color: #252E30; }
.sync-toc a:hover { text-decoration: underline; }
a.hmanchor { display: inline-block; margin-top: 4em; padding-top: 4em }
</style>
<style TYPE="text/css" media="print">
div#idheader, img.dropdown-toggle-icon, p.help-url { display:none }
</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="helpman_settings.js"></script>
<script type="text/javascript" src="helpman_topicinit.js"></script>
<script type="text/javascript">
HMSyncTOC("index.html", "regular_expressions.html");
</script>
<script type="text/javascript" src="highlight.js"></script>
<script type="text/javascript">
$(document).ready(function(){highlight();});
</script>
</head>
<body>
<div id="printheader"><h1 class="p_Heading1"><span class="f_Heading1">Expresii regulate</span></h1>
</div>
<div id="idheader">
<div id="idheaderbg">
<table style="width:100%;border:none;margin:0px;" cellspacing="0" cellpadding="0">
<tr>
<td class="topichead" style="text-align:left; vertical-align:bottom">
<p class="sync-toc"><< <a rel="nofollow" href="index.html?regular_expressions.html" target="_top">Click to Display Table of Contents</a> >></p>
<p class="crumbs"><b>Navigation:</b>
<a href="tips___annotations.html">Sfaturi și adnotări</a> ></p>
<h1 class="p_Heading1"><span class="f_Heading1">Expresii regulate</span></h1>
</td>
<td class="topichead" id="idnav">
<a href="wasted_space.html" title="Previous Topic"><span class="hmbtnprev"></span></a>
<a href="tips___annotations.html" title="Parent Chapter"><span class="hmbtntop"></span></a>
<a href="translations.html" title="Next Topic"><span class="hmbtnnext"></span></a>
</td>
</tr>
</table>
</div>
</div>
<div id="idcontent"><div id="innerdiv">
<!-- Ask Internet Explorer 6.users to update their obsolete and dangerous browser -->
<!--[if lt IE 7]><div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative;'><a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode"><img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /></a></div><![endif]-->
<!--ZOOMRESTART-->
<p class="p_Normal">Expresiile regulate descriu modele în șiruri de caractere care pot fi utilizate pentru a determina dacă un anumit model apare sau nu într-un text. În <span style="font-size: 10pt;">TreeSize</span>, expresiile regulate pot fi utilizate pentru a găsi fișiere și/sau foldere specifice care corespund criteriilor specificate de expresiile regulate</p>
<p class="p_Normal"> </p>
<p class="p_Normal">Tabelul următor prezintă unele dintre cele mai utilizate sintagme și oferă câteva exemple:</p>
<div style="text-align: justify; text-indent: 0; padding: 0 0 0 0; margin: 0 0 10px 0;"><table style="border:none; border-spacing:0; border-collapse:collapse;">
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">Expresie</span></p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">Sintaxă</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">Descriere</span></p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="width:48px;display:inline-block"> </span><span style="font-weight: bold;">Exemplu</span></p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Orice caracter</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">.</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Potrivește orice caracter unic, cu excepția unui salt de linie.</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">a.o</span> se potrivește cu "aro" în "around" și "abo" în "about", dar nu și cu "acro" în "across".</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Zero sau mai multe </p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">*</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Potrivește zero sau mai multe apariții ale expresiei precedente și face toate potrivirile posibile.</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">a*b</span> se potrivește cu "b" din "bat" și "ab" din "about".</p>
<p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">e.*e se</span> potrivește cu cuvântul "enterprise".</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Una sau mai multe</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">+</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Potrivește cel puțin o apariție a expresiei precedente.</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">ac+</span> corespunde cuvintelor care conțin litera "a" și cel puțin o apariție a lui "c", precum "race" și "ace".</p>
<p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">a.+s</span> se potrivește cu cuvântul "access".</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Începutul șirului de caractere</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">^</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Potrivește începutul unui șir de caractere</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">^[0-9] </span>se potrivește șirurilor care încep cu o cifră.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Sfârșitul șirului</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">$</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Potrivește sfârșitul unui șir de caractere</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">exe$ </span>se potrivește șirurilor care se termină cu "exe".</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Început de cuvânt</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">[[:<:]]</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Se potrivește numai atunci când un cuvânt începe în acest punct al textului.</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">[[:<:]]in</span> potrivește cuvinte precum "inside" și "into" care încep cu literele "in".</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Sfârșit de cuvânt</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">[[:>:]]</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Se potrivește numai atunci când un cuvânt se termină în acest punct din text.</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">ss[[:>:]]</span> potrivește cuvinte precum "across" și "loss" care se termină cu literele "ss".</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Orice caracter din setul</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">[]</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Se potrivește cu oricare dintre caracterele din setul []. Pentru a specifica un interval de caractere, listați caracterele de început și de sfârșit separate prin liniuță (-), ca în [a-z].</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">be[n-t</span>] se potrivește cu "bet" în "between", "ben" în "beneath" și "bes" în "beside", dar nu cu "bel" în "below".</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Orice caracter care nu face parte din setul</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">[^...]</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Potrivește orice caracter care nu se află în setul de caractere care urmează ^.</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">be[^n-t] </span>se potrivește cu "bef" în "before", "beh" în "behind" și "bel" în "below", dar nu cu "ben" în "beneath".</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Sau</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">|</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Se potrivește fie cu expresia de dinainte, fie cu cea de după simbolul OR (|). Utilizat mai ales în grup. </p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">(sponge|mud)</span> se potrivește cu "sponge bath" și "mud bath.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Caracter de scăpare</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">\</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Potrivește caracterul care urmează barei inverse (\) ca literă. Acest lucru vă permite să găsiți caracterele care sunt utilizate în notația expresiilor regulate, cum ar fi { și ^.</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">\^</span> caută caracterul ^.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Repetați de n ori</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">{n}</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Potrivește n apariții ale expresiei precedente.</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;"><span style="font-weight: bold;">[0-9]{4}</span> corespunde oricărei secvențe de 4 cifre.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:200px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Gruparea</p>
</td>
<td style="vertical-align:top; width:152px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">()</span></p>
</td>
<td style="vertical-align:top; width:357px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Vă permite să grupați un set de expresii. Dacă doriți să căutați două expresii diferite într-o singură căutare, puteți utiliza expresia Grouping pentru a le combina.</p>
</td>
<td style="vertical-align:top; width:661px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: left;">Dacă doriți să căutați <span style="font-weight: bold;">[a-z][1-3]</span> sau <span style="font-weight: bold;">[0-9][a-z]</span>, le veți combina: <span style="font-weight: bold;">([a-z][1-3])|([0-9][a-z])</span>.</p>
</td>
</tr>
</table>
</div>
<p class="p_Normal"> </p>
<p class="p_Normal">Mai multe exemple:</p>
<div style="text-align: justify; text-indent: 0; padding: 0 0 0 0; margin: 0 0 10px 0;"><table style="border:none; border-spacing:0; border-collapse:collapse;">
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">Expresie regulată</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal" style="text-align: center;"><span style="font-weight: bold;">Caz de utilizare</span></p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p class="p_Normal"><span style="font-weight: bold;">[0-9] </span>sau <span style="font-weight: bold;"> \d</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsiți toate fișierele/dosarele cu cel puțin o cifră în nume. </p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p class="p_Normal"><span style="font-weight: bold;">a|b</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsiți toate fișierele/dosarele care conțin "a" sau "b" în numele lor.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p class="p_Normal"><span style="font-weight: bold;">[^(A-Za-z)]</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsește toate fișierele/dosarele care conțin cel puțin un caracter în numele lor care nu se află în intervalul A-Z sau a-z.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p class="p_Normal"><span style="font-weight: bold;">^E[0-9]{7}$</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsește toate fișierele/dosarele care încep cu un "E" urmat de exact 7 cifre.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p class="p_Normal"><span style="font-weight: bold;">[A-Za-z]:\\([^\\]+\\){2,4}[^\\]+$</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsiți toate fișierele/dosarele cu o adâncime a dosarului de cel puțin 2 și cel mult 4. </p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p class="p_Normal"><span style="font-weight: bold;">[^\x00-\x7F]</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsiți toate fișierele/dosarele cu caractere ASCII invalide.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p class="p_Normal"><span style="font-weight: bold;">[^\P{C}]</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsiți toate fișierele/dosarele cu caractere Unicode care nu pot fi imprimate.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p class="p_Normal"><span style="font-weight: bold;">[\xA0]</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsește toate numele de fișiere/foldere care conțin caracterul spațiu care nu poate fi spart (Unicode NOBR, U+00A0) în loc de un caracter spațiu normal.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p class="p_Normal"><span style="font-weight: bold;">[~\"#%&\*\:<>\?\/\\{|}]</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsiți toate numele de fișiere și dosare care conțin caractere care nu sunt valabile pe serverele <span style="font-weight: bold;">SharePoint</span>.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p style="text-align: left; margin: 0 0 0 0;"><span style="font-family: Consolas; font-weight: bold;">^\s+.*</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsește toate fișierele și folderele cu un spațiu înainte.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p style="text-align: left; margin: 0 0 0 0;"><span style="font-family: Consolas; font-weight: bold;">\s+(\.[^.]+)$</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsiți fișiere cu o extensie care au un spațiu final la sfârșitul numelui lor.</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:353px; padding:0; border:solid thin #000000;"><p style="text-align: left; margin: 0 0 0 0;"><span style="font-family: Consolas; font-weight: bold;">.*\s+$</span></p>
</td>
<td style="vertical-align:top; width:669px; padding:0; border:solid thin #000000;"><p class="p_Normal">Găsiți foldere care au un spațiu final la sfârșitul numelui lor</p>
</td>
</tr>
</table>
</div>
<p class="p_Normal"> </p>
<p class="p_Normal">Informații suplimentare și exemple suplimentare pot fi găsite <a href="https://www.jam-software.com/redirects/?regex_wiki" target="_blank" class="weblink">aici</a>.</p>
<p class="p_Normal">O descriere a tuturor caracterelor speciale care pot fi utilizate cu expresia regulată poate fi găsită <a href="https://www.jam-software.com/redirects/?regex_syntax_info" target="_blank" class="weblink">aici</a>.</p>
<p class="p_Normal"> </p>
<p class="p_Normal">Următoarele instrumente vă pot ajuta în formarea expresiilor regulate:</p>
<p class="p_Normal"><a href="https://www.jam-software.com/redirects/?regex_online_tool" target="_blank" class="weblink">https://regex101.com/</a> (online)</p>
<p class="p_Normal"><a href="https://www.jam-software.com/redirects/?regexpal" target="_blank" class="weblink">http://regexpal.com/</a> (online)</p>
<p class="p_Normal"><a href="https://www.jam-software.com/redirects/?regexpeditor" target="_blank" class="weblink">http://sourceforge.net/projects/regexpeditor/</a> (descărcare)</p>
<p class="p_Normal"><a href="https://www.jam-software.com/redirects/?regextester" target="_blank" class="weblink">http://sourceforge.net/projects/regextester/</a> (descărcare)</p>
<p class="p_Normal"><a href="https://www.jam-software.com/redirects/?regaxe" target="_blank" class="weblink">http://sourceforge.net/projects/regaxe/</a> (descărcare)</p>
<p class="p_Normal"> </p>
<!--ZOOMSTOP-->
</div></div>
<script type="text/javascript">
$(document).ready(function(){
$(window).bind('resize', function() {
var y = $('#idheader').height();
$('#idcontent').css('margin-top', y);
var par = window.parent;
if ($( par ).width() <= $( window ).width()+20) {
$('#idheader').css('position', 'relative');
$('#idcontent').css('margin-top', 0);
$('#idbacktotop').css('display', 'block');
$('.hmanchor').css('margin-top', -20);
$('.hmanchor').css('padding-top', 20);
}
else {
$('#idheader').css('position', 'fixed');
$('#idcontent').css('margin-top', $('#idheader').height());
$('#idbacktotop').css('display', 'none');
$('.hmanchor').css('margin-top', -y-20);
$('.hmanchor').css('padding-top', y+20);
}
});
if (/touch/i.test(navigator.userAgent)) {
$("a#printbuttonlink").hide();
$("div#idnav").css("width","126px");
}
$(window).resize(); //trigger event for initially small displays
});
if ((!parent.hmNavigationFrame) && (parent.location) && (parent.location.href)) { $('.sync-toc').show();$('p.crumbs').hide();}
</script>
</body>
</html>