blob: c508b9f2577055b5eabd5fbbd781cda2e022dbaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
title: RegExp.prototype.source
slug: Web/JavaScript/Reference/Global_Objects/RegExp/source
tags:
- JavaScript
- Property
- Prototype
- RegExp
translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/source
original_slug: Web/JavaScript/Referencje/Obiekty/RegExp/source
---
<p>{{JSRef}}</p>
<h2 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h2>
<p>Własność tylko do odczytu stanowiąca wzór tekstu, wykluczając przesyłanie slashy.</p>
<div>{{js_property_attributes(0, 0, 1)}}</div>
<h2 id="Opis" name="Opis">Opis</h2>
<p><code>source</code> jest własnością indywidualnej instancji wyrażenia regularnego obiektu.</p>
<p>Nie możesz zmienić tej własności bezpośrednio.</p>
<h2 id="Zobacz_także">Zobacz także</h2>
<ul>
<li>{{jsxref("RegExp.prototype.flags")}}</li>
</ul>
|